adTempus API
PreviousUpNext
IJob::Steps Property

Gets the steps for the job

C++
__property IJobSteps** Steps;
C#
IJobSteps** Steps;
Visual Basic
Property Steps() As IJobSteps**

Steps are executed in the order that they appear in the JobSteps collection. The Add method always adds a step to the end of the collection, so to reorder steps you must empty the collection and then add the steps back in the desired sequence.

adTempus API Reference version 3.0.0.0, revised 10/30/2008